How to Install cakephp software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install cakephp software package in Ubuntu 14.04 LTS (Trusty Tahr)

cakephp software package provides MVC rapid application development framework for PHP, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install cakephp 

cakephp is installed in your system.

Make ensure the cakephp package were installed using the commands given below,

$ sudo dpkg-query -l | grep cakephp *

You will get with cakephp package name, version, architecture and description in a table

cakephp package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Web Software
Package cakephp
Version 1.3.15-1
Description MVC rapid application development framework for PHP
Sub Section Web


See Also, How to uninstall or remove cakephp software package from Ubuntu 14.04 LTS (Trusty Tahr)?